// Command Menu def
// 
// Basic Format:
//		"<Bound Key>" "<Button Text>" "<Command sent to server>"
//
// 
//
//
// Buttons can also open up submenus, as follows:
// {
// 	"Some More Options",
//	{
//		...
//	}
// }
//
//
// Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
// around or deleted.
//
//
// Limitations:
//		Maximum of 40 menus.
//		Maximum of 100 buttons per menu.

//--------------------------------------------------------
// Everything below here is editable

"*" "Bys.Gaming - We are your Nightmares"	""

"*" "" ""

"1" "RECORD DEMO"
{
	"1" "Recording demo 1"	"stop; record bys-demo1.dem; say_team [Recording demo 1]"
	"2" "Recording demo 2"	"stop; record bys-demo2.dem; say_team [Recording demo 2]"
	"3" "Recording demo 3"	"stop; record bys-demo3.dem; say_team [Recording demo 3]"
	"4" "Recording demo 4"	"stop; record bys-demo4.dem; say_team [Recording demo 4]"
	"5" "STOP recording"	""
	"6" "Recording manually"	"messagemode record"
}


"2" "#Cstrike_HELP"
{
	CUSTOM		"1" "#Cstrike_Map_Desc"	"!MAPBRIEFING"
	"2" "#Cstrike_Time_Left" 		"timeleft"
	"3" "#Cstrike_Adjust_Crosshair" 	"adjust_crosshair"
	"4" "#Cstrike_Use_Left_Hand" 		"cl_righthand 0"
	"5" "#Cstrike_Use_Right_Hand" 		"cl_righthand 1"
	"6" "Weapon left/Knife right"		"cl_righthand -1"
}

// Here are the rest of the buttons and submenus
// You can change these safely if you want.
"3" "#Cstrike_TEAM_MESSAGE"
{
	// Map Specific


	MAP de_train "1" "#Cstrike_train"
	{
		"1" "#Cstrike_rush_trainyard" 		"say_team Rush the trainyard bomb site!"
		"2" "#Cstrike_rush_enclosed"		"say_team Rush the enclosed bomb site!"
		"3" "#Cstrike_flank_them"   		"say_team Flank them!"
		"4" "#Cstrike_bomb_site_secure"  	"say_team Bomb site secure!"
		"5" "#Cstrike_lend_me_blaster"  	"say_team Lend me your blaster!"
	}

	

	

	MAP de_aztec "1" "#Cstrike_aztec"
	{
		"1" "#Cstrike_take_bridge"		"say_team Take the bridge!"
		"2" "#Cstrike_enemy_at_bomb_site" 	"say_team Narby, enemy at bomb site!"
		"3" "#Cstrike_rush_to_bomb_site"   	"say_team Rush to the bomb site!"
		"4" "#Cstrike_bomb_site_secure"		"say_team Bomb site secure!"
		"5" "#Cstrike_take_water_route"  	"say_team Take the water route!"
	}

	MAP de_inferno "1" "#Cstrike_inferno"
	{
		"1" "#Cstrike_take_bridge"		"say_team Take the bridge!"
		"2" "#Cstrike_enemy_at_bomb_site"	"say_team Enemy at bomb site!"
		"3" "#Cstrike_rush_to_bomb_site"	"say_team Rush to the bomb site!"
		"4" "#Cstrike_bomb_site_secure"		"say_team Bomb site secure!"
		"5" "#Cstrike_take_water_route"		"say_team Take the water route!"
	}

	


	MAP de_nuke "1" "#Cstrike_nuke"
	{
		"1" "#Cstrike_go_to_main_hall" 		"say_team Go to the main hall"
		"2" "#Cstrike_go_to_basement" 		"say_team Go to basement"
		"3" "#Cstrike_flank_yard"   		"say_team Flank Yard"
		"4" "#Cstrike_flank_comm_room"  	"say_team Flank comm-room"
		"5" "#Cstrike_at_entrance_hall"  	"say_team At the entrance hall"
	}

	


	MAP de_dust2 "1" "#Cstrike_dust2"
	{
		"1" "#Cstrike_heading_to_hallway" 	"say_team Heading to hallway!"
		"2" "#Cstrike_heading_underpass" 	"say_team Heading to underpass!"
		"3" "#Cstrike_bomb_a_secure"   		"say_team Bomb area A secure"
		"4" "#Cstrike_bomb_b_secure"  		"say_team Bomb area B secure"
		"5" "#Cstrike_heading_to_tunnel"  	"say_team Heading to tunnel!"
	}

	


     "2" "#Cstrike_Acknowledged"	"say_team Acknowledged"
     "3" "#Cstrike_Negative"		"say_team Negative"
     "4" "#Cstrike_Go"			"say_team Go Go Go!"
     "5" "#Cstrike_On_My_Way"		"say_team On my way"
     "6" "#Cstrike_Need_Backup"		"say_team Need backup!"
}

"4" "#Cstrike_CHANGE_TEAM"	"chooseteam"

"5" "#Cstrike_DROP_CURRENT_ITEM" 	"drop"

"6" "EXIT"	"slot10"


